home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / space_bo.swf / scripts / DefineSprite_197 / frame_10 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  301 b   |  17 lines

  1. i = 1;
  2. while(i <= ricicleShed)
  3. {
  4.    if(ricicleShed == 5)
  5.    {
  6.       eval("_parent.monstaRicicle" + i).floatFactor = 0.2;
  7.    }
  8.    else
  9.    {
  10.       eval("_parent.monstaRicicle" + i).floatFactor = 0.1;
  11.    }
  12.    eval("_parent.monstaRicicle" + i).gotoAndPlay(2);
  13.    i++;
  14. }
  15. moveY = 0;
  16. play();
  17.